projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd142a
)
(dotimes, dolist): Undef prior to autoloading
author
Dave Love
<fx@gnu.org>
Mon, 5 Mar 2001 18:40:25 +0000
(18:40 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 5 Mar 2001 18:40:25 +0000
(18:40 +0000)
new defs.
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index 1b8bb838a8f9bf34e8a275935cc0078194236bb2..66947c01daa431062ba1b95f7b257b6b0abe25e4 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-552,6
+552,9
@@
Keywords supported: :test :test-not :key"
"Non-nil means don't make CL functions autoload.")
;;; Autoload the other portions of the package.
+;; We want to replace the basic versions of dolist, dotimes below.
+(fmakunbound 'dolist)
+(fmakunbound 'dotimes)
(mapcar (function
(lambda (set)
(let ((file (if cl-fake-autoloads "<none>" (car set))))